From 40c474dc7310b05d867deccd02423b3206075d6d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 27 Jun 2007 11:37:52 +0000 Subject: [PATCH] (syms_of_buffer) : Fix typo in docstring. --- src/buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index 94955ed7c24..368da4763a5 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5652,8 +5652,8 @@ Backing up is done before the first time the file is saved. */); DEFVAR_PER_BUFFER ("selective-display", ¤t_buffer->selective_display, Qnil, doc: /* Non-nil enables selective display. -An Integer N as value means display only lines -that start with less than n columns of space. +An integer N as value means display only lines +that start with less than N columns of space. A value of t means that the character ^M makes itself and all the rest of the line invisible; also, when saving the buffer in a file, save the ^M as a newline. */); -- 2.30.2